home *** CD-ROM | disk | FTP | other *** search
-
-
-
- Filenote(V1.3, 2.x, 3.x in C:)
-
-
-
- NAME
- Filenote - Sets a comment for a file.
-
- SYNOPSIS
- Filenote [File]filename Comment
-
- DESCRIPTION
- You can set a comment for a file of up to 79
- characters using this command. You can also remove the
- comment for a file using this command by specifying a
- null comment string. Comments may be viewed with the
- list command.
-
- When you COPY a file, the note does not get copied
- with it. When you RENAME a file, the note stays attached
- to that file. If you change the file in any way, except
- COPYing it, the file note does not get effected. If you
- add another filenote to a a file that already has one,
- then the old one gets deleted and the new one replaces
- it.
-
- If you LIST a directory, these filenotes are
- displayed. The notes will appear right below the file
- name with a : in front of it. If there is an icon
- attached to that file, then you can read or write a note
- through that icon's information window.
-
- These filenotes do not effect the file they are
- attached to in anyway what so ever.
-
- KEYWORDS
- FILE filename
- This is the file the note is to be attached to. If this is
- the first argument in the command string then the FILE keyword is
- optional.
-
- 1.3 only: Only one file can be annotated at a time.
-
- 2.x/3.x only: Wildcards are completely acceptable.
- You can also annotate as many files as you like at the
- same time.
-
-
- COMMENT string
- If this is the second argument in the command string then the
- COMMENT keyword is optional. This defines the note that is to be
- attached to it. The string must be enclosed in quotation.
-
- ALL
- 2.x/3.x only: Lets you add the same note to all the files in
- the specified directory and all its subdirectories.
-
- QUIET
- 2.x/3.x only: Does not list the files as the notes are being
- added.
-
- EXAMPLE
-
- 1. To attach a note that says "Here it is!" to your
- file ThisFile
-
- Filenote FILE ThisFile COMMENT "Here it is!"
-
- 2. To attach a note that says "Don't delete this no
- matter what!" to the File Important.text
-
- Filenote Important.text "Don't delete this no matter what!"
-
-
- SEE ALSO
- Copy List
-